net/http.http2writeQueue.next (field)
32 uses
net/http (current package)
h2_bundle.go#L11324: prev, next *http2writeQueue
h2_bundle.go#L11900: q.next = q
h2_bundle.go#L11906: q.next = ws.heads[u][i]
h2_bundle.go#L11907: q.prev.next = q
h2_bundle.go#L11908: q.next.prev = q
h2_bundle.go#L11918: if q.next == q {
h2_bundle.go#L11922: q.prev.next = q.next
h2_bundle.go#L11923: q.next.prev = q.prev
h2_bundle.go#L11925: ws.heads[u][i] = q.next
h2_bundle.go#L11940: if q.next == q {
h2_bundle.go#L11944: q.prev.next = q.next
h2_bundle.go#L11945: q.next.prev = q.prev
h2_bundle.go#L11947: ws.heads[u][i] = q.next
h2_bundle.go#L11955: q.next = q
h2_bundle.go#L11961: q.next = ws.heads[u][i]
h2_bundle.go#L11962: q.prev.next = q
h2_bundle.go#L11963: q.next.prev = q
h2_bundle.go#L12024: ws.heads[u][i] = q.next
h2_bundle.go#L12038: q = q.next
h2_bundle.go#L12154: q.next = q
h2_bundle.go#L12160: q.next = ws.head
h2_bundle.go#L12161: q.prev.next = q
h2_bundle.go#L12162: q.next.prev = q
h2_bundle.go#L12171: if q.next == q {
h2_bundle.go#L12175: q.prev.next = q.next
h2_bundle.go#L12176: q.next.prev = q.prev
h2_bundle.go#L12178: ws.head = q.next
h2_bundle.go#L12217: ws.head = q.next
h2_bundle.go#L12220: q = q.next
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)